Package-level declarations

Types

Link copied to clipboard
interface DocumentsJava
Link copied to clipboard
interface ListsJava
Link copied to clipboard
interface MapsJava
Link copied to clipboard
interface StreamsJava
Link copied to clipboard

This is a central entity used to work with Sync.

Link copied to clipboard

SyncDocument is an arbitrary JSON value.

Link copied to clipboard
interface SyncIteratorJava<T>

An iterator over a collection. Allows to sequentially access the elements. Must be closed at the end to cleanup resources.

Link copied to clipboard

SyncListJava is an ordered sequence of Item objects as values.

Link copied to clipboard

SyncMap is a key-value store with Strings as keys and arbitrary JSON objects as values.

Link copied to clipboard

Interface for Sync Pub-sub messaging primitive.